Kameleon-Plus  0.3.2
Enumerations | Functions
cxform-auto.c File Reference
#include <stdio.h>
#include <string.h>
#include "cxform.h"
Include dependency graph for cxform-auto.c:

Enumerations

enum  systems {
  UNKNOWN, J2000, GEI, GEO,
  MAG, GSE, GSM, SM,
  RTN, GSEQ, HEE, HAE,
  HEEQ
}
 

Functions

enum systems system_number (const char *system)
 
int j2000_twixt_gei (double t, Vec in, Vec out, Direction d)
 
int gei_twixt_geo (double t, Vec in, Vec out, Direction d)
 
int gei_twixt_gse (double t, Vec in, Vec out, Direction d)
 
int geo_twixt_mag (double t, Vec in, Vec out, Direction d)
 
int gse_twixt_gsm (double t, Vec in, Vec out, Direction d)
 
int gse_twixt_rtn (double t, Vec in, Vec out, Direction d)
 
int gse_twixt_gseq (double t, Vec in, Vec out, Direction d)
 
int gse_twixt_hee (double t, Vec in, Vec out, Direction d)
 
int gsm_twixt_sm (double t, Vec in, Vec out, Direction d)
 
int hae_twixt_hee (double t, Vec in, Vec out, Direction d)
 
int hae_twixt_heeq (double t, Vec in, Vec out, Direction d)
 
char * cxform_err (void)
 
int cxform (const char *from, const char *to, const double t, Vec v_in, Vec v_out)
 

Enumeration Type Documentation

enum systems
Enumerator
UNKNOWN 
J2000 
GEI 
GEO 
MAG 
GSE 
GSM 
SM 
RTN 
GSEQ 
HEE 
HAE 
HEEQ 

Function Documentation

int cxform ( const char *  from,
const char *  to,
const double  t,
Vec  v_in,
Vec  v_out 
)

Here is the call graph for this function:

char* cxform_err ( void  )
int gei_twixt_geo ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int gei_twixt_gse ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int geo_twixt_mag ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int gse_twixt_gseq ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int gse_twixt_gsm ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int gse_twixt_hee ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int gse_twixt_rtn ( double  t,
Vec  in,
Vec  out,
Direction  d 
)
int gsm_twixt_sm ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int hae_twixt_hee ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int hae_twixt_heeq ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

int j2000_twixt_gei ( double  t,
Vec  in,
Vec  out,
Direction  d 
)

Here is the call graph for this function:

enum systems system_number ( const char *  system)